adwaita: Remove headerbar sheen on backdrop
authorAlexander Mikhaylenko <alexm@gnome.org>
Wed, 3 Mar 2021 12:33:42 +0000 (17:33 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Wed, 3 Mar 2021 12:34:22 +0000 (17:34 +0500)
It's gone from active windows since c9807f5afed5b6a10987905eea331b926f436017,
but was still there in backdrop.

gtk/theme/Adwaita/_common.scss

index 6b4a7349545f2e1f02ea64a1bd43bc4506756ca6..3bd5af4506ed752cd7644f08544fcdefa2729004 100644 (file)
@@ -1437,7 +1437,6 @@ headerbar {
     border-color: $backdrop_borders_color;
     background-color: $bg_color;
     background-image: none;
-    box-shadow: inset 0 1px $top_hilight;
 
     transition: $backdrop_transition;
   }
@@ -1566,7 +1565,6 @@ headerbar {
     background-image: none;
     border-style: none;
     border-color: transparent;
-    box-shadow: none;
   }
 
   separator { background-color: $borders_color; }  // FIXME: use darker border?